Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddMatrix Method / AddMatrix(Nullable<Int32>[,]) Method
The structure cells value array.

In This Topic
    AddMatrix(Nullable<Int32>[,]) Method
    In This Topic
    Adds a new OMathMatrix to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddMatrix( _
       ByVal cellsValue(,) As System.Nullable(Of Integer) _
    ) As OMathMatrix
    public OMathMatrix AddMatrix( 
       System.Nullable<int>[,] cellsValue
    )

    Parameters

    cellsValue
    The structure cells value array.

    Return Value

    The added OMathMatrix instance.
    See Also